home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 September / EnigmA AMIGA RUN 30 (1998)(G.R. Edizioni)(IT)[!][issue 1998-09].iso / recent / mui-li1.lha / MUI-Ligamaster / lima.cd < prev    next >
Text File  |  1998-07-19  |  5KB  |  405 lines

  1. ; Sample use of CatComp
  2. ;
  3. MSG_CANCEL (//)
  4. Cancel
  5. ;
  6. MSG_BUTTON1 (//)
  7. Input
  8. ;
  9. MSG_BUTTON1H (//)
  10. Input results
  11. ;
  12. MSG_BUTTON2 (//)
  13. Output
  14. ;
  15. MSG_BUTTON2H (//)
  16. Output results
  17. ;
  18. MSG_BUTTON3 (//)
  19. Delete
  20. ;
  21. MSG_BUTTON3H (//)
  22. Delete results
  23. ;
  24. MSG_BUTTON4 (//)
  25. Change
  26. ;
  27. MSG_BUTTON4H (//)
  28. Change results
  29. ;
  30. MSG_MENU0 (//)
  31. Project
  32. ;
  33. MSG_MENU1 (//)
  34. New
  35. ;
  36. MSG_MENU2 (//)
  37. Load
  38. ;
  39. MSG_MENU3 (//)
  40. Save as
  41. ;
  42. MSG_MENU4 (//)
  43. Info
  44. ;
  45. MSG_MENU5 (//)
  46. Info MUI
  47. ;
  48. MSG_MENU6 (//)
  49. Quit
  50. ;
  51. MSG_MENU7 (//)
  52. Matchday
  53. ;
  54. MSG_MENU8 (//)
  55. Results
  56. ;
  57. MSG_MENU9 (//)
  58. Input
  59. ;
  60. MSG_MENU10 (//)
  61. Output
  62. ;
  63. MSG_MENU11 (//)
  64. Delete
  65. ;
  66. MSG_MENU12 (//)
  67. Minus points
  68. ;
  69. MSG_MENU13 (//)
  70. Output
  71. ;
  72. MSG_MENU14 (//)
  73. Statistics
  74. ;
  75. MSG_MENU15 (//)
  76. Visitors
  77. ;
  78. MSG_MENU16 (//)
  79. Goals
  80. ;
  81. MSG_MENU17 (//)
  82. Red cards
  83. ;
  84. MSG_MENU18 (//)
  85. Yellow/Red cards
  86. ;
  87. MSG_MENU19 (//)
  88. Yellow cards
  89. ;
  90. MSG_MENU20 (//)
  91. Wins
  92. ;
  93. MSG_MENU21 (//)
  94. Draws
  95. ;
  96. MSG_MENU22 (//)
  97. Losts
  98. ;
  99. MSG_MENU23 (//)
  100. Team
  101. ;
  102. MSG_MENU24 (//)
  103. Rename
  104. ;
  105. MSG_MENU25 (//)
  106. Preferences
  107. ;
  108. MSG_MENU26 (//)
  109. Season
  110. ;
  111. MSG_MENU27 (//)
  112. Idol of the crowd
  113. ;
  114. MSG_TABLE0 (//)
  115. Overall table
  116. ;
  117. MSG_TABLE1 (//)
  118. Home table
  119. ;
  120. MSG_TABLE2 (//)
  121. Away table
  122. ;
  123. MSG_TABLE3 (//)
  124. First+second season half
  125. ;
  126. MSG_TABLE4 (//)
  127. First season half
  128. ;
  129. MSG_TABLE5 (//)
  130. Second season half
  131. ;
  132. MSG_TABLE1H (//)
  133. Activate or deactivate\nhome and away matches
  134. ;
  135. MSG_TABLE2H (//)
  136. Jump between several\nseason halves
  137. ;
  138. MSG_TABLEOUTPUT (//)
  139. 1. Matchday
  140. ;
  141. MSG_PROP1H (//)
  142. Table output range\nfrom current value
  143. ;
  144. MSG_PROP2H (//)
  145. Table output range\nupto current value
  146. ;
  147. MSG_SELECTMATCHDAY (//)
  148. Selection of the\nactual matchday
  149. ;
  150. MSG_MATCHDAY (//)
  151. Matchday
  152. ;
  153. MSG_NTHMDAY (//)
  154. \033c%ld. Matchday
  155. ;
  156. MSG_TITLENEWLEAGUE (//)
  157. Begin a new season
  158. ;
  159. MSG_LEAGUENAME (//)
  160. Name of league
  161. ;
  162. MSG_LEAGUEAUTHOR (//)
  163. Author
  164. ;
  165. MSG_TEAMNUMBER (//)
  166. Teams
  167. ;
  168. MSG_TEAMNUMBERH (//)
  169. Number of teams\nfor the new season
  170. ;
  171. MSG_WINPOINTS (//)
  172. Points
  173. ;
  174. MSG_HOME (//)
  175. Home
  176. ;
  177. MSG_AWAY (//)
  178. Away
  179. ;
  180. MSG_HOMETEAM (//)
  181. Home team
  182. ;
  183. MSG_AWAYTEAM (//)
  184. Visiting team
  185. ;
  186. MSG_QUIT (//)
  187. Quit MUI-Ligamaster?
  188. ;
  189. MSG_YESNO (//)
  190. *YES|NO
  191. ;
  192. MSG_MDAYPLAYED (//)
  193. There're no matches played
  194. ;
  195. MSG_MATCHRESULT (//)
  196. \033c\033b%ld.Matchday  (%ld.%ld.%ld)\n\n\033n%s - %s   %ld:%ld\n\n\033c\033bVisitors: %ld\033n\n\n(R:%ld,YR:%ld,Y:%ld)\n(R:%ld,YR:%ld,Y:%ld)\n
  197. ;
  198. MSG_MATCHDELETE (//)
  199. %s - %s\nwas deleted
  200. ;
  201. MSG_WINNAME (//)
  202. Name teams
  203. ;
  204. MSG_WINSELECT (//)
  205. Select matches
  206. ;
  207. MSG_WINOUTPUT (//)
  208. Show matchday results
  209. ;
  210. MSG_LOADLEAGUE (//)
  211. Load league...
  212. ;
  213. MSG_SAVELEAGUEAS (//)
  214. Save league as...
  215. ;
  216. MSG_SAVELEAGUE (//)
  217. Save league...
  218. ;
  219. MSG_MDAYFIN (//)
  220. Matchday %ld is finished
  221. ;
  222. MSG_MDAYNOFIN (//)
  223. Matchday %ld isn't completed
  224. ;
  225. MSG_DISPLAYMDAY (//)
  226. \033c%ld-%ld. Matchday
  227. ;
  228. MSG_NOLEAGUEFILE (//)
  229. This is not a league file
  230. ;
  231. MSG_NOSAVE (//)
  232. Unable to save file as %s
  233. ;
  234. MSG_MDAYGOAL (//)
  235. \033c\033b%ld. Matchday  ·  Goals: %ld of %ld  ·  %ld-%ld-%ld  ·  %ld
  236. ;
  237. MSG_T0 (//)
  238. \33r\33bPos.
  239. ;
  240. MSG_T1 (//)
  241. \33bTeam
  242. ;
  243. MSG_T2 (//)
  244. \33c\33bMA
  245. ;
  246. MSG_T3 (//)
  247. \33r\33bW
  248. ;
  249. MSG_T4 (//)
  250. \33r\33bD
  251. ;
  252. MSG_T5 (//)
  253. \33r\33bL
  254. ;
  255. MSG_T6 (//)
  256. \33bGo
  257. ;
  258. MSG_T7 (//)
  259. \33bal
  260. ;
  261. MSG_T8 (//)
  262. \33bs
  263. ;
  264. MSG_T9 (//)
  265. \33bDiff
  266. ;
  267. MSG_T10 (//)
  268. \33bPoi
  269. ;
  270. MSG_T11 (//)
  271. \33bnt
  272. ;
  273. MSG_T12 (//)
  274. \33bs
  275. ;
  276. MSG_TPOINTS (//)
  277. \33bPoints
  278. ;
  279. MSG_WIN (//)
  280. Win
  281. ;
  282. MSG_DRAW (//)
  283. Draw
  284. ;
  285. MSG_LOST (//)
  286. Lost
  287. ;
  288. MSG_POINTSELECT (//)
  289. Point selection
  290. ;
  291. MSG_AUFSTEIGER (//)
  292. Promoted teams
  293. ;
  294. MSG_CUP (//)
  295. Cup teams
  296. ;
  297. MSG_ABSTEIGER (//)
  298. Relegated teams
  299. ;
  300. MSG_SEASONSLIDER1 (//)
  301. Season %ld
  302. ;
  303. MSG_SEASONSLIDER2 (//)
  304. Season %ld/%02ld
  305. ;
  306. MSG_SEASONKIND (//)
  307. Kind of season
  308. ;
  309. MSG_WINWIIR (//)
  310. Show individual results
  311. ;
  312. MSG_WIIR_MDAY (//)
  313. \033bMD
  314. ;
  315. MSG_WIIR_HA (//)
  316. \033bH/A
  317. ;
  318. MSG_WIIR_OPP (//)
  319. \033bOpponent
  320. ;
  321. MSG_WIIR_CY1 (//)
  322. All matches
  323. ;
  324. MSG_WIIR_CY2 (//)
  325. Winning matches
  326. ;
  327. MSG_WIIR_CY3 (//)
  328. Drawing matches
  329. ;
  330. MSG_WIIR_CY4 (//)
  331. Losing matches
  332. ;
  333. MSG_WINTEAMSTAT (//)
  334. Team statistics
  335. ;
  336. MSG_PENPOINTS (//)
  337. Penalty points
  338. ;
  339. MSG_BONPOINTS (//)
  340. Extra points
  341. ;
  342. MSG_GOALHOME (//)
  343. Goals for home team
  344. ;
  345. MSG_GOALAWAY (//)
  346. Goals for visiting team
  347. ;
  348. MSG_RCHOME (//)
  349. Red cards for home team
  350. ;
  351. MSG_RCAWAY (//)
  352. Red cards for visiting team
  353. ;
  354. MSG_RYCHOME (//)
  355. Yellow/Red cards for home team
  356. ;
  357. MSG_RYCAWAY (//)
  358. Yellow/Red cards for visiting team
  359. ;
  360. MSG_YCHOME (//)
  361. Yellow cards for home team
  362. ;
  363. MSG_YCAWAY (//)
  364. Yellow cards for visiting team
  365. ;
  366. MSG_DAYHELP (//)
  367. Day of the match
  368. ;
  369. MSG_MONTHHELP (//)
  370. Month of the match
  371. ;
  372. MSG_YEARHELP (//)
  373. Year of the match
  374. ;
  375. MSG_VISITHELP (//)
  376. Visitors of the match
  377. ;
  378. MSG_RIGHTARROWHELP (//)
  379. Store actual date of the match
  380. ;
  381. MSG_LEFTARROWHELP (//)
  382. Copy stored date back
  383. ;
  384. MSG_POSITION (//)
  385. \033bPosition %ld
  386. ;
  387. MSG_WIPOS_CY1 (//)
  388. Sort matchdays
  389. ;
  390. MSG_WIPOS_CY2 (//)
  391. Sort positions
  392. ;
  393. MSG_WISTAT_CY1 (//)
  394. Sort name
  395. ;
  396. MSG_WISTAT_CY2 (//)
  397. Sort value
  398. ;
  399. MSG_WISEAS_CY1 (//)
  400. Sort matchday
  401. ;
  402. MSG_START (//)
  403. \033b\033cMUI-Ligamaster 1.06 (19.07.1998)\n\033n\033c\033i©1996-98 by Ingo Paulsen\n\033nsa227pa@uni-duisburg.de\n\n\033b\033cSupport Homepage\n\033n\033chttp://home.sol.no/~chrtom/liga.htm\n\033c©1998 by Tom Christensen (chrtom@online.no)\n\n\033c\033nMUI-Ligamaster is Freeware\nFor further information please\nread MUI-Ligamaster.guide\n\n\033cThis is a MUI-Application\n\033cMUI is copyrighted by Stefan Stuntz
  404. ;
  405.